home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 024 / triangle.arj / LOOP.BAT < prev    next >
DOS Batch File  |  1995-06-01  |  246b  |  15 lines

  1. echo off
  2. cls
  3. echo.
  4. echo Triangle demo loop batchfile.
  5. echo (Without music - gives quickest graphics)
  6. echo Press CTRL-ALT-DEL to stop the demo while running.
  7. echo Press CTRL-C to abort now.
  8. echo.
  9. echo.
  10. pause
  11.  
  12. :loop
  13. tridemo
  14. goto loop
  15.